﻿.container {
    width: 1200px;
    margin: 0 auto;
}

.topmenu {
    height: 90px;
}

/* .pro_ul .twoul{
    display: none;
} */

.container_li {
    float: left;
    width: 93px;
    height: 84px;
    display: block;
    font-size: 14px;
    line-height: 84px;
    text-align: center;
}

.topmenu>ul>li:last-child {
    margin-right: 0;
}

.topmenu img {
    float: left;
    margin-right: 156px;
}

.container_li a.active {
    /*background-color: red;*/
    color: #3488ea;
}

.container_li a:hover:not(.active) {
    color: #666;
}

/*swiper部分*/

.home-banner {
    overflow: hidden;
    height: 600px;
    width: 100%;
    position: relative;
}

.banner_text {
    overflow: hidden;
    position: absolute;
    z-index: 999;
    top: 26%;
    right: 19%;
    text-align: right;
}

.banner_text h3 {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 35px;
}

.banner_text p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 60px;
}

.banner_text div {
    float: right;
    width: 148px;
    height: 49px;
    background: white;
}

.banner_text div a {
    font-size: 15px;
    color: #024aa4;
    line-height: 49px;
    text-align: center!important;
    margin-right: 30px;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.slide-1 {
    width: 100%!important;
}

.slide-1 img {
    width: 100%;
}

.swiper-slide {
    width: 100%;
    text-align: center;
    height: auto;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-wrapper {
    width: 100%;
    height: auto;
}

.pagination-banner {
    height: 40px;
    width: 40px;
}

.swiper-pagination-bullet {
    height: 15px;
    width: 15px;
}

.swiper-pagination-bullet-active {
    color: #024aa4;
}

/*header结束*/

.footer {
    width: 100%;
    height: 230px;
    background: #252525;
}

.footer p {
    color: #c3c0c0;
}

.footer_left {
    float: left;
}

.footer_left img {
    margin-top: 55px;
    margin-right: 20px;
}

.footer_text {
    overflow: hidden;
    padding-top: 65px;
}

.footer_text>p {
    font-size: 12px;
    margin-bottom: 15px;
}

.footer_right {
    float: right;
}

.footer_right a {
    color: #c3c0c0;
}

.footer_right p {
    font-size: 12px;
}

.footer_right_text1 {
    padding-top: 65px;
}

.footer_right_text1 span {
    width: 90px;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #c3c0c0;
}

.foot_last_span {
    border-right: none!important;
}

.footer_right_text2 {
    margin-top: 45px;
    margin-bottom: 20px;
    text-align: right;
}

.footer_right_text3 {
    text-align: right;
}

/*关于我们*/

.phase {
    text-align: center;
    margin-top: 80px;
}

.phase_text {
    text-align: center;
    font-size: 21.5px;
    text-transform: uppercase;
}

.phase_title {
    font-size: 27.5px;
}

.phase_line {
    margin-left: 375px;
    border-bottom: dashed 1px #666;
    width: 450px;
    height: 1px;
    margin-top: 29px;
    margin-bottom: 60px;
}

.phase_back {
    margin-top: -10px;
}

/*关于内容*/

.about_us {
    height: 400px;
}

.about_left {
    float: left;
    width: 570px;
    margin-right: 30px;
    position: relative;
}

.about_right {
    float: right;
    width: 600px;
    overflow: hidden;
}

.about_line {
    width: 70px;
    height: 2px;
    background: #024aa4;
}

.about_text {
    font-size: 22px;
    color: #024aa4;
    margin-top: 43px;
}

.about_left>h3 {
    font-size: 16px;
    color: #161616;
    margin-top: 12px;
    margin-bottom: 20px;
}

.about_text1 {
    font-size: 12px;
    color: #6b6b6b;
    line-height: 20px;
    margin-bottom: 10px;
    text-indent: 1.5em;
}

.about_left>div {
    height: 30px;
    width: 80px;
    border: 1px solid #024aa4;
    text-align: center;
    margin-top: 20px;

}

.about_left>div>a {
    font-size: 14px;
    color: #024aa4;
    line-height: 30px;
    display: block;
}

/*产品中心*/

.product_back {
    height: 792px;
    width: 100%;
    overflow: hidden;
    /*background-image: url("/images/img/index_back.png");*/
    /*background: #024aa4;*/
    /*background-image: url("/images/img/active_icon.png");*/
    background-image: url("../img/index_back.png");
}

.product_ul {
    margin-bottom: 70px;
    height: 422px;
    background-color: whitesmoke;
}

.product_ul>li {
    text-align: center;
    float: left;
    /*overflow: hidden;*/
    position: relative;
    background: white;
}

.product_ul>li {
    margin-right: 20px;
    margin-bottom: 10px;
}

.product_ul>li:nth-of-type(5n) {
    margin-right: 0px;
}

.product_ul>li>div>img {
    width: 224px;
}

.pro_arrow {
    position: absolute;
    top: 100px;
    right: -13px;
    z-index: 100;
}

.arrow_down {
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 999;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #0356b3;
    position: absolute;
    left: 190px;
    bottom: -10px;
}

.arrow_left {
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 999;
    border-top: 7px solid transparent;
    border-right: 10px solid #0356b3;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: 0px;
    bottom: 100px;
}

.product_div {
    width: 400px;
    height: 211px;
    display: block;
    position: relative;
}

.product_div::after {
    position: absolute;
    content: "";
    display: block;
    border: 10px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    right: -5%;
    top: 50%;
    transform: translateY(-25%);
    z-index: 9999;
}

.product_div2::after {
    position: absolute;
    content: "";
    display: block;
    border: 10px solid #fff;
    border-top-color: #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    right: 50%;
    top: 100%;
    transform: translateX(25%);
    z-index: 9999;
}

.product_div3::after {
    position: absolute;
    content: "";
    display: block;
    border: 10px solid #fff;
    border-top-color: transparent;
    border-right-color: #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    right: 101%;
    top: 50%;
    transform: translateX(25%);
    z-index: 9999;
}

.product_ul li:nth-of-type(1):hover .product_div::after {
    border-left-color: #0356b3;
}

.product_ul li:nth-of-type(3):hover .product_div::after {
    border-top-color: #0356b3;
}

.product_ul li:nth-of-type(5):hover .product_div::after {
    border-right-color: #0356b3;
}

.product_div h3 {
    color: #161616;
    font-weight: bold;
    padding-top: 40px;
}

.product_div:hover {
    background: #0356b3;
}

.product_div:hover .product_line {
    background: white;
}

.product_div:hover h3 {
    color: white;
}

.product_div:hover p {
    color: white;
}

.product_line {
    width: 35px;
    height: 2px;
    background: #0356b3;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    margin-left: 180px;
}

.product_text {
    font-size: 12px;
    line-height: 24px;
    color: #6b6b6b;
    margin-left: 25px;
    margin-right: 25px;
}

.more {
    overflow: hidden;
    width: 120px;
    height: 30px;
    border: 1px solid #024aa4;
    text-align: center;
    margin-left: 540px;
}

.more a {
    line-height: 30px;
    font-size: 14px;
    color: #0356b3;
    display: block;
}

/*a案例中心*/

.case_div {
    margin-top: 45px;
    width: 373px;
    height: 211px;
    overflow: hidden;
    display: block;
}

.case_div h3 {
    color: #161616;
    font-weight: bold;
}

.case_line {
    width: 35px;
    height: 2px;
    background: #0356b3;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    margin-left: 171px;
}

/*新闻部分*/

.news_left {
    height: 300px;
    float: left;
}

.tab_div {
    width: 180px;
    height: 150px;
    background: #cbcbcb;
    text-align: center;
    display: block;
}

.tab_div img:nth-of-type(1) {
    margin-top: 33px;
    margin-bottom: 11px;
}

.news_right {
    height: 300px;
    float: left;
    margin-bottom: 80px;
    margin-left: 30px;
    margin-right: 40px;
}

.news_right ul {
    width: 525px;
}

.news_right ul li {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ada8a8;
}

.news_right ul>li:first-of-type h3 {
    color: #0356b3;
}

.news_title {
    color: #cbcbcb;
    font-size: 16px;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news_title:hover {
    color: #0356b3;
}

.span_date {
    float: right;
}

.news_text {
    color: #838383;
    font-size: 12px;
    margin-top: 20px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_right ul li:nth-child(1) {
    border: none;
}

.news_right ul li:nth-child(2) .news_text {
    display: none;
}

.news_right ul li:nth-child(3) .news_text {
    display: none;
}

.active_icon {
    background-image: url("/images/img/active_icon.png");
    position: absolute;
    left: 180px;
    top: 46%;
    width: 13px;
    height: 20px;
}

.cur {
    position: relative;
}

.cur>div {
    background: #024aa4!important;
}

.cur>div>a>p {
    color: white;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////*/

/*  案例中心页面             */

.case_ul {}

.case_li {
    float: left;
    overflow: hidden;
    margin-bottom: 45px;
}

.case_li:nth-of-type(3n-1) {
    margin-left: 40px;
    margin-right: 40px;
}

.case_li>div>p {
    margin-top: 45px;
    margin-bottom: 40px;
}

.case_li>div {
    text-align: center;
}

/*分页*/

.pagination {
    margin-bottom: 40px;
    display: inline-block;
    margin-left: 520px;
}

.pagination li {
    display: inline;
}

.pagination li a {
    color: #a5a6a5;
    float: left;
    padding: 6px 12px;
    text-decoration: none;
    border: 1px solid #cccccc;
    margin-left: 5px;
}

.pagination_dot {
    border: 1px solid transparent !important;
}

.pagination li:nth-child(2) a {
    background: #024aa4;
    color: #d0d1d0;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////

 */

/*关于我们页面*/

.ab {

    background: #024aa4;
    position: relative;
    margin-bottom: 85px;
    display: flex;
    justify-content: space-between;
}

.ab_img {

    overflow: hidden;
    width: 480px;
  
}

.ab_text {

    text-align: left;
    color: white;
    width: 680px;
    padding: 25px;
}

.ab_text h3 {
    font-size: 32px;
}

.ab_text p:nth-of-type(1) {
    font-size: 12px;
    letter-spacing: 5px;
}

.ab_text p:nth-of-type(3) {
    font-size: 14px;
}

.ab_text p:nth-of-type(4) {
    font-size: 14px;
}

.ab_line {
    width: 44px;
    height: 2px;
    background: white;
    margin-top: 14px;
    margin-bottom: 29px;
}

.ab_back {
    overflow: hidden;
    background-image: url("../img/index_back2.png");
    width: 100%;
    height: 635px;
}

.cul_div {
    width: 325px;
    text-align: center;
}

.cul_li {
    float: left;
    width: 325px;
}

.cul_li:nth-of-type(2) {
    margin-left: 110px;
    margin-right: 110px;
}

.cul_div>h3 {
    margin-top: 40px;
    font-size: 16px;
    color: #434343;
}

.cul_line1 {
    background: #e47d23;
    width: 30px;
    height: 2px;
    margin-left: 145px;
    margin-bottom: 30px;
    margin-top: 18px;
}

.cul_line2 {
    background: #25ad61;
    width: 30px;
    height: 2px;
    margin-left: 145px;
    margin-bottom: 30px;
    margin-top: 18px;
}

.cul_line3 {
    background: #024aa4;
    width: 30px;
    height: 2px;
    margin-left: 145px;
    margin-bottom: 30px;
    margin-top: 18px;
}

.cul_p {
    color: #6b6b6b;
    font-size: 14px;
}

.honer_text1 {
    font-size: 14px;
    color: #6b6b6b;
    letter-spacing: 9px;
}

.honer_text2 {
    font-size: 12px;
    color: #aaa7a7;
    letter-spacing: 2px;
}

.honer_div {
    width: 100%;
    height: 375px;
}

.honer_div img {
    width: 100%;
    height: 100%;
}

.honer_li {
    /* width: 260px; */
    text-align: center;
    margin-right: 10px;
}

.honer_li:nth-of-type(4) {
    margin-right: 0px;
}

.hon-ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    margin-top: 60px;
}

.honer_li>p {
    font-size: 14px;
    color: #434343;
    font-weight: bold;
    margin-top: 20px;
}

/*///////////////////////////////////////////////////////////////////////////////////////*/

/*   人才招聘             */

.honer_div {
    width: 100%;
    height: 335px;
}

.rec-ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
    margin-top: 60px;
}

.rec_li {
    width: 380px;
    text-align: center;
    box-shadow: 0px 0px 3px #888888;
    /* height: 366px; */
    height: auto;
    box-sizing: border-box;
    padding-bottom: 20px;
    margin-right: 29px;
    margin-bottom: 20px;
}

.rec_li>div div {
    text-align: left;
    margin-left: 25px;
}

.rec_line {
    width: 100%;
    height: 2px;
    background: #024aa4;
    margin-top: 20px;
    margin-bottom: 30px;
}

.rec_li:nth-child(3n) {
    margin-right: 0px;
}

.rec_li p {
    font-size: 12px;
    color: #6b6b6b;
    font-weight: bold;
    text-align: left;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 25px;
}

.rec_title {
    font-size: 14px!important;
    margin-bottom: 20px;
}

.rec_li>h3 {
    font-size: 16px;
    color: #434343;
    margin-bottom: 15px;
    margin-top: 45px;
}

.rec_li>span {
    font-size: 12px;
    color: #6b6b6b;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #6b6b6b;
}

.rec_span_last {
    border-right: none!important;
}

/*////////////////////////////////////////////////////////////////////////////////*/

/*                                   产品中心*/

.pro_title {
    color: #434343;
    font-size: 27.5px;
    margin-top: 80px;
    margin-bottom: 45px;
}

.pro_title>span {
    font-size: 21.6px;
    color: #5f5f5f;
    margin-left: 8px;
}

.pro_div {
    width: 252px;
    text-align: center;
    background: #f9f8f6;
    float: left;
    margin-bottom: 80px;
}

.pro_div img {
    vertical-align: sub;
}

.pro_div>h3 {
    margin-left: -100px;
    padding-top: 25px;
    margin-bottom: 25px;
}

.pro_div>h3>span {
    font-size: 18px;
    margin-left: 10px;
    line-height: 20px;
    color: #333333;
}

.pro_ul {
    width: 220px;
    margin-left: 15px;
    padding-bottom: 20PX;
}

.pro_ul>li {
    height: 60px;
    width: 100%;
    border: 1px solid #e6e3e3;
    position: relative
}

.pro_ul p {
    line-height: 60px;
    font-size: 16px;
    color: #024aa4;
    float: left;
    margin-left: 15px;
}

.pro_div p>img {
    margin-right: 10px;
}

.pro_a {
    /* position: relative;*/
}

.pro_icon1 {
    position: absolute;
    right: 10px;
    top: 27px;
}

.pro_li2 {
    margin-left: 35px!important;
    color: #666666!important;
}

.pro_icon2 {
    position: absolute;
    right: 14px;
    top: 30px;
}

.pro_list {
    float: right;
    width: 920px;
    margin-left: 28px;
}

.pro_list_ul>li {
    text-align: center;
    margin-bottom: 30px;
    width: 291px;
    position: relative;
}

.pro_list_ul>li>a>img {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e6e3e3;
    max-height: 273px;
}

.pro_list_ul>li>a>p {
    color: #434343;
    font-size: 14px;
    margin-top: 15px;
}
.pro_list_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////*/

/*                                                     新闻中心 */

.news_div {
    height: 450px;
    position: relative;
    margin-bottom: 55px;
}

.news_y {
    color: white;
    position: absolute;
    left: 80px;
    top: 58px;
    font-size: 35px;
}

.news_date_boder {
    border: 2px solid white;
    position: absolute;
    left: 123px;
    top: 0px;
    width: 125px;
    height: 225px;
}

.news_date {
    color: white;
    position: absolute;
    left: 170px;
    top: 140px;
    font-size: 20px;
}

.news_date_icon {
    position: absolute;
    left: 140px;
    top: 140px;
}

.n_text {
    position: absolute;
    left: 600px;
    top: 38px;
    width: 530px;
    height: 375px;
    background: white;
    padding-left: 40px;
    padding-right: 30px;
    box-shadow: 0px 0px 5px 0px #6b6b6b;
}

.n_h3 {
    font-size: 16px;
    color: #0356b3;
    margin-top: 67px;
}

.n_line {
    width: 48px;
    height: 2px;
    background: #024aa4;
    margin-top: 17px;
    margin-bottom: 34px;
}

.n_detail {
    color: #838383;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    z-index: 1000;
}

.n_detail_back {
    font-size: 91px;
    color: #f6f5f5;
    position: absolute;
    right: 0;
    bottom: 40px;
}

.n_arrow {
    position: absolute;
    right: 30px;
    bottom: 56px;
}

/*///////////////////////////////////////////////////////////////////////////!**!*/

/*   新闻详情*/

.news_detail {
    margin-top: 85px;
    margin-bottom: 85px;
}

.nd_h3 {
    font-size: 16px;
    color: #434343;
    margin-bottom: 30px;
}

.nd_div {
    padding-top: 35px;
    padding-bottom: 125px;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    position: relative;
}

.nd_div>p {
    font-size: 12px;
    color: #838383;
    line-height: 24px;
}

.nd_date {
    font-size: 14px;
    color: #484848;
    margin-bottom: 10px;
}

.nd_a {
    position: absolute;
    text-align: right;
    border: 1px solid #d1d0d0;
    padding: 6px 12px;
    font-size: 14px;
    right: 10px;
    bottom: 30px;
}

.nd_line {
    height: 1px;
    width: 100%;
    background: #c6c6c6;
    margin-top: 88px;
    margin-bottom: 90px;
}

/*/////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////产品详情页 *!*/

.pd_div1 {
    /* height: 590px; */
    margin-top: 85px;
    margin-bottom: 70px;
    /* overflow: hidden; */
}

.pd_div1>h3 {
    font-size: 27.5px;
    color: #434343;
}

.pd_div1_line {
    width: 75px;
    height: 2px;
    background: #024aa4;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pd_div1_p {
    color: #9c9a9a;
    font-size: 18px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.pd_div1_text {
    font-size: 16px;
    color: #434343;
    padding-bottom: 10px;
}

.pd_div1_ul>li {
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeecec;
    font-size: 12px;
    color: #555555;
    width: 550px;
}

.pd_div1_ul>li:nth-child(1) {
    border-top: 1px solid #eeecec;
}

.pd_div2 {
    overflow: hidden;
    margin-bottom: 80px;
    /* height: 280px; */
}

.pd_div2_l {
    width: 425px;
    height: 280px;
    overflow: hidden;
    margin-right: 85px;
    border: 1px solid #e6e3e3;
}

.pd_div2_r_ul>li img {
    width: 98%;
}

.pd_div2_r>h3 {
    font-size: 18px;
    color: #024aa4;
    margin-top: 30px;
    margin-bottom: 12px;
}

.pd_div2_r {
    float: right;
    width: 660px;
}

.pd_div2_r_line {
    width: 100%;
    height: 1px;
    background: #e2e1e1;
}

.pd_div2_r_text {
    font-size: 16px;
    color: #434343;
    margin-top: 30px;
    margin-bottom: 15px;
}

.pd_div2_l>img {
    width: 100%;
    height: 99%;
}

.pd_div2_r_ul {
    padding-left: 20px;
}

.pd_div2_r_ul>li {
    list-style: disc;
    color: #024aa4;
}

.pd_div2_r_ul>li>p {
    color: #6b6b6b;
    font-size: 12px;
    line-height: 24px;
}